home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1996 September / Designer's Club 1996 September.iso / pc / ideasrc / evan.dir / 00252.ls < prev    next >
Encoding:
Text File  |  1996-08-14  |  604 b   |  33 lines

  1. on keyDown
  2.   if the key = 1 then
  3.     set the soundLevel to 1
  4.   end if
  5.   if the key = 2 then
  6.     set the soundLevel to 2
  7.   end if
  8.   if the key = 3 then
  9.     set the soundLevel to 3
  10.   end if
  11.   if the key = 4 then
  12.     set the soundLevel to 4
  13.   end if
  14.   if the key = 5 then
  15.     set the soundLevel to 5
  16.   end if
  17.   if the key = 6 then
  18.     set the soundLevel to 6
  19.   end if
  20.   if the key = 7 then
  21.     set the soundLevel to 7
  22.   end if
  23.   if the key = "t" then
  24.     go(the frame + 1)
  25.   end if
  26.   if the keyCode = "117" then
  27.     go(the frame + 1)
  28.   end if
  29.   if the keyCode = "51" then
  30.     go(the frame + 1)
  31.   end if
  32. end
  33.